import type { TIME_KEYS } from './constants'; export declare const isNumber: (key: string) => boolean; export declare const isAOrP: (key: string) => boolean; export declare const isCompleteHour: (timeFormat: number, value: number) => boolean; export declare const canConcat: (oldValue: number, type: (typeof TIME_KEYS)[number], key: number, timeFormat: 24 | 12) => boolean; export declare const getLastTypedChar: (value: string, oldValue?: number) => string; export declare const getValueByType: (type: (typeof TIME_KEYS)[number], value?: Date | null) => number; export declare const setValueByType: (type: (typeof TIME_KEYS)[number], date: Date | undefined, value: number) => number | undefined; export declare const format: (value: number, type: (typeof TIME_KEYS)[number], timeFormat: 24 | 12) => string; //# sourceMappingURL=helpers.d.ts.map